[broadway] Remove unused grab_count from GdkBroadwayDisplay
authorAlexander Larsson <alexl@redhat.com>
Thu, 20 Jan 2011 12:22:41 +0000 (13:22 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 20 Jan 2011 12:40:41 +0000 (13:40 +0100)
We don't need this anymore since server grabs is now an x-only feature

gdk/broadway/gdkdisplay-broadway.h

index e2c9b455e2d6c32d582233a4afbf26bcc6f52088..c335fee714587e1c87583bfb2bb97ce68cf8173c 100644 (file)
@@ -58,8 +58,6 @@ struct _GdkBroadwayDisplay
   GdkWindow *mouse_in_toplevel;
   int last_x, last_y;
 
-  gint grab_count;
-
   /* Keyboard related information */
   GdkKeymap *keymap;